home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / strm310b.arc / STORM.DOC < prev    next >
Encoding:
Text File  |  1987-02-04  |  11.2 KB  |  391 lines

  1.  
  2.  
  3.                                    Program STORM
  4.  
  5.              ========================================================
  6.              |                       Shareware                      |
  7.              |                                                      |
  8.              | We encourage you to freely copy and share unmodified |
  9.              | copies  of this program  with other  people.  If you |
  10.              | decide to use the program, support the  Shareware    |
  11.              | marketing  concept by  becoming  a registered user.  |
  12.              ========================================================
  13.  
  14.      STORM(tm) -- STORage Maintenance system
  15.      Package to scan and manipulate directory trees and files.
  16.      This package performs several functions:
  17.  
  18.      1. Files may be deleted globally, starting from any specified node
  19.         on the directory tree of any drive. User must confirm each
  20.         delete before it takes place - no surprises! Further, you may
  21.         view the file (assuming it is viewable) before making up your
  22.         mind.
  23.  
  24.      2. Similar to function 1, but files are only displayed with no
  25.         opportunity to delete. Similar to, but 20-30% faster than Peter
  26.         Norton's FileFind program.
  27.  
  28.      3. A display of the directory structure of any drive can be
  29.         obtained. Similar to, but 60-70% faster than the DOS TREE
  30.         command.
  31.  
  32.      4. A storage summary for any device can be provided, listing each
  33.         directory on the device, along with the total number of bytes
  34.         stored in that directory and the percentage of total usage
  35.         represented by that directory. Hidden and system files are
  36.         included in the calculation of the summary.
  37.  
  38.      5. A listing of the complete directory of the device, sorted
  39.         optionally by name.ext or path, can be produced. Name, exten
  40.         sion, size, date, time, and file attributes are listed. Hidden
  41.         and system files are included.
  42.  
  43.      6. A listing of possible duplicate files can be produced. Possible
  44.         duplicates are defined as those files having the same name (only
  45.         -no extension) and size. Hidden and system files are included.
  46.  
  47.      The file attributes are listed as:
  48.  
  49.              S = System file
  50.              H = Hidden file
  51.              D = Directory
  52.              R = Read-Only file
  53.              A = File has been archived (e.g., with BACKUP)
  54.  
  55.  
  56.      In order to operate properly, a console driver must be installed
  57.      on your system. Usually ANSI.SYS is the driver installed, however
  58.      any equivalent such as FANSI-CONSOLE(tm) may be used. If you are
  59.  
  60.  
  61.  
  62.                                -1-
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      not sure whether such a driver is installed on your system, refer
  71.      to your DOS reference manual or type out the file called
  72.      CONFIG.SYS which will be located in the root directory of your
  73.      boot disk. You will see a line like "DEVICE=ANSI.SYS" if the
  74.      driver is installed.
  75.  
  76.      Assuming that the driver is installed, STORM may be invoked by
  77.      typing the DOS command line
  78.  
  79.                         STORM [<function code>]
  80.  
  81.      {Note: The brackets, "[" and "]" are NOT to be typed as part of
  82.      the command. They simply indicate that <function code> is
  83.      optional.}
  84.  
  85.      If the optional <function code> is omitted or is invalid, you
  86.      will be presented with an opening menu, prompting you for a pri-
  87.      mary function code. This opening menu can be bypassed by supply-
  88.      ing a code from the following list.
  89.  
  90.      The seven valid function codes are as follows:
  91.  
  92.        D = List potential (D)uplicate files on the printer. Potential
  93.            duplicate files are those which have the same <name> and
  94.            size. Note: The file name only is considered - NOT
  95.            <name>.<ext>. Presentation will be in order of decreasing
  96.            size.
  97.  
  98.        E = Perform a confirmed (E)rasure of files matching a mask which
  99.            you will provide later. Optionally, you may view a file
  100.            (assuming that it is viewable) prior to making the
  101.            delete/save decision.
  102.  
  103.        F = List the (F)ull contents of a drive on the printer. Sort
  104.            order will be <name>.<ext> <directory>; optionally, you may
  105.            select <directory> <name>.<ext> as the sort order.
  106.  
  107.        L = (L)ocate all files matching a mask which you will provide
  108.            later.
  109.  
  110.        S = Display a (S)ummary of disk useage on the console. Useage
  111.            will be listed by subdirectory, and will be presented both in
  112.            bytes and as a percent of total usage.
  113.  
  114.        T = Display the directory (T)ree structure on the console.
  115.  
  116.        X = e(X)it to DOS.
  117.  
  118.      Once you have entered a valid function code, you will be pre-
  119.      sented with a second menu, which will prompt you for Device, Path,
  120.      and File Spec., as appropriate to the function you selected on the
  121.      opening menu. Certain default values will be displayed. To select
  122.      a default, simply press <cr>. To override the default, enter the
  123.      desired item and press <cr>.
  124.  
  125.  
  126.  
  127.  
  128.                                -2-
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      The defaults are:
  137.  
  138.                   FUNCTION   DEVICE   PATH     FILE SPEC.
  139.                                                (i.e., MASK)
  140.                -----------------------------------------
  141.  
  142.                       D      Current  N/A      N/A
  143.                       E      Current  Current  *.BAK
  144.                       F      Current  N/A      N/A
  145.                       L      Current  Root     *.*
  146.                       S      Current  N/A      N/A
  147.                       T      Current  N/A      N/A
  148.  
  149.                N/A = Not Applicable
  150.  
  151. =======================================================================
  152.  
  153.  
  154.                              ACKNOWLEGEMENT
  155.                              --------------
  156.  
  157.      Much heartfelt gratitude to our BETA-test panel: John Griffin,
  158.      Wallace Kendall, Steve Meginniss, John van Horn, John Weske, and
  159.      George Walker, all of the Central Maryland Microcomputer Users'
  160.      Group (CMMUG). Their suggestions gave STORM many of the useful
  161.      qualities which it has. Don't blame them, however, for any defici-
  162.      encies you find. WGM&AL takes full credit for those!!!
  163.  
  164.  
  165.  
  166.      FANSI-CONSOLE is a trade mark of Hersey Micro Consulting.
  167.      STORM is a trade mark of W.G.Madison and Associates, Ltd.
  168.  
  169.  
  170.  
  171.      TERMS AND CONDITIONS
  172.  
  173.        -  W. G. Madison and Associates, Ltd. reserves the right to make
  174.            improvements in the product described in this documentation
  175.            at any time and without notice.
  176.  
  177.        -  The software described herein is a copyrighted LICENSED
  178.            PROGRAM and the property of W. G. Madison and Associates,
  179.            Ltd.
  180.  
  181.        -  The program is distributed as a Shareware product. You may
  182.            freely copy and share the product with your friends and
  183.            associates. If you decide to use the product, there is a
  184.            mandatory registration payment of $25.00.
  185.  
  186.        -  Under no circumstances may this product be sold or distributed
  187.            with another product without the express written permission
  188.            of W. G. Madison and Associates, Ltd.
  189.  
  190.        -  Use of this product indicates your acceptance of these Terms
  191.            and Conditions.
  192.  
  193.  
  194.                                -3-
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      Registration provides the following benefits:
  203.  
  204.        1.  Full Telephone support. We will provide telephone support to
  205.            registered users ONLY.
  206.  
  207.        2.  Free major updates for a small handling fee
  208.  
  209.        3.  Inclusion on our mailing list so that you may receive new
  210.            product announcements.
  211.  
  212.        4.  A $2.50 cash refund to you for each new registered user who
  213.            includes your registration number on the application form,
  214.            indicating that he received his copy directly or indirectly
  215.            from you.
  216.  
  217.        5.  A clear conscience. You will have made a fair payment for a
  218.            quality product, and will be supporting the development of
  219.            other useful products.
  220.  
  221.      You may register your copy of this program by completing the
  222.      accompanying registration form.
  223.  
  224.  
  225.  
  226.      LICENSE
  227.  
  228.        A limited license is granted to any user of the program to
  229.        freely copy and distribute the product on the following
  230.        conditions:
  231.  
  232.      YOU MAY NOT:
  233.  
  234.        -  Sell the product for a fee and/or distribute the product along
  235.            with other products without express written permission.
  236.  
  237.        -  Grant sublicense, leases, or other rights in the software to
  238.            others.
  239.  
  240.        -  Modify or remove the Copyright notice from the program,
  241.            diskette or the documentation.
  242.  
  243.        -  Modify the program, diskette or documentation and/or merge it
  244.            into another program for any machine.
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.                                -4-
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.                           LIMITED WARRANTY
  269.                           ================
  270.  
  271.      THE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
  272.      EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
  273.      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  274.      THE ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF THE PROGRAM IS
  275.      WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE
  276.      ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. SOME
  277.      STATES DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES SO THE
  278.      ABOVE EXCLUSION MAY NOT APPLY TO YOU. THIS WARRANTY GIVES YOU
  279.      SPECIFIC LEGAL RIGHTS AND YOU MAY ALSO HAVE OTHER RIGHTS WHICH
  280.      VARY FROM STATE TO STATE.
  281.  
  282.  
  283.  
  284.      LIMITATION OF REMEDIES
  285.  
  286.      IN NO EVENT WILL W. G. MADISON AND ASSOCIATES, LTD. BE LIABLE TO
  287.      YOU FOR ANY DAMAGES INCLUDING ANY LOST PROFITS, LOST SAVINGS OR
  288.      OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE
  289.      OR INABILITY TO USE SUCH PROGRAM EVEN IF W. G. MADISON AND
  290.      ASSOCIATES, LTD. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  291.      DAMAGES OR ANY CLAIM BY ANY OTHER PARTY.
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.                                -5-
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.                         WGM&AL Registration & Comment Form
  335.                         ----------------------------------
  336.  
  337.  
  338.     Name:___________________________________________________________
  339.  
  340.     Company:________________________________________________________
  341.  
  342.     Address:________________________________________________________
  343.  
  344.     City:__________________________ State:_____  ZIP _______________
  345.  
  346.     Telephone:(_____) _____-_______
  347.  
  348.     STORM Version:_____._____
  349.  
  350.     Reg. No. (Upper left corner of menu) _________________
  351.  
  352.     Comments:
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.     Payment:
  376.  
  377.     Send ____ Copies of Registered STORM  @  $25.00/ea       ____.__
  378.  
  379.                                              Shipping           2.50
  380.  
  381.                          (MD residents only) MD 5% Sales Tax ____.__
  382.  
  383.                                                        TOTAL ____.__
  384.  
  385.  
  386.     Mail To:
  387.                  W. G. Madison and Associates, Ltd.
  388.                   5506 Kenilworth Ave., Suite 101
  389.                         Riverdale, MD 20737
  390.                            (301)927-0436
  391.